+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
+
2002-02-17 Matthias Clasen <matthias@YAST_ASK>
More work on #71430.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
- * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+ * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
+
2002-02-17 Matthias Clasen <matthias@YAST_ASK>
More work on #71430.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
- * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+ * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
+
2002-02-17 Matthias Clasen <matthias@YAST_ASK>
More work on #71430.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
- * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+ * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
+
2002-02-17 Matthias Clasen <matthias@YAST_ASK>
More work on #71430.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
- * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+ * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
+
2002-02-17 Matthias Clasen <matthias@YAST_ASK>
More work on #71430.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
- * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+ * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
+
2002-02-17 Matthias Clasen <matthias@YAST_ASK>
More work on #71430.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
- * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+ * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
+
2002-02-17 Matthias Clasen <matthias@YAST_ASK>
More work on #71430.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
- * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+ * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
x1 = x2; y1 = y2;
}
/* adjust the last point */
- if (abs(parc->angle2) >= 360.0)
+ if (fabs(parc->angle2) >= 360.0)
poly[cpt +i -1] = poly[0];
else {
poly[cpt +i -1].x = (miDcos(st + et) * parc->width/2.0 + xc);